home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Kit PC World De Ampliacion De Windows 95
/
Kit PC World de ampliacion de Windows 95.iso
/
lotus
/
lotus025.dsk
/
COMMAND.LSS
< prev
next >
Wrap
Text File
|
1995-06-26
|
434b
|
18 lines
' This will issue a menu/icon command to Word Pro
' Place this %Include behind the Declarations Section
' This contains a list of all menu/icon commands
'%INCLUDE "wpbitmsk.lss"
' pass this command to both functions
WMCommand = LWPMenuMfNew
' test whether the command is currently available
If .IsWMCommandValid(WMCommand) Then
' Send the command to display the New box
Print .WmCommand(WMCommand)
End If